* {
  padding: 0;
  margin: 0;
}
.mask {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0.5;
  height: 100%;
  z-index: 9;
  background-color: #000000;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.header-login {
  position: relative;
  width: 67%;
  height: 90px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-login .nav-index img {
  width: 100%;
}
.header-login > form {
  width: 342px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #009440;
  border-radius: 5px;
  padding-left: 17px;
  background-color: #ffffff;
}
.header-login > form input {
  font-size: 16px;
  height: 100%;
  width: 70%;
  border: none;
  outline: none;
}
.header-login > form button {
  float: right;
  align-items: center;
  width: 50px;
  height: 100%;
  outline: none;
  cursor: pointer;
  background-color: #009440;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
}
.header-login .phone {
  display: none;
  align-items: center;
}
.header-login .phone .sousuo {
  width: 35px;
  cursor: pointer;
  margin-right: 40px;
}
.header-login .phone .phone-media {
  position: relative;
  width: 40px;
  height: 26px;
  cursor: pointer;
}
.header-login .phone .phone-media .media-one {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 2px;
  transition: all 0.5s;
  background-color: #009440;
}
.header-login .phone .phone-media .media-two {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 2px;
  transition: all 0.2s;
  background-color: #009440;
}
.header-login .phone .phone-media .media-three {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 2px;
  transition: all 0.5s;
  background-color: #009440;
}
.header-login .phone-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  z-index: 999;
  border-top: 1px solid #dddddd;
  background-color: #ffffff;
}
.header-login .phone-nav > ul {
  width: 100%;
}
.header-login .phone-nav > ul > li {
  width: 100%;
}
.header-login .phone-nav > ul > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #dddddd;
}
.header-login .phone-nav > ul > li > a:hover {
  background-color: #009440;
  color: #ffffff;
}
.header-login .phone-nav > ul > li > a div {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.header-login .phone-nav > ul > li > a div img {
  width: 20px;
  transition: all 0.5s;
}
.header-login .phone-nav > ul > li > a .jiantou_on img {
  transform: rotate(90deg);
}
.header-login .phone-nav > ul > li ul {
  display: none;
  width: 100%;
}
.header-login .phone-nav > ul > li ul li {
  width: 100%;
  height: 50px;
}
.header-login .phone-nav > ul > li ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #666;
  font-size: 16px;
  border-bottom: 1px solid #dddddd;
}
.header-login .phone-nav > ul > li ul li a:hover {
  background-color: #009440;
  color: #ffffff;
}
.header-nav {
  position: relative;
  width: 100%;
  height: 70px;
  z-index: 9;
  background-color: #009440;
}
.header-nav > div {
  width: 67%;
  height: 100%;
  margin: 0 auto;
}
.header-nav > div ul {
  display: flex;
  width: 100%;
  height: 100%;
}
.header-nav > div ul .header_on {
  background-color: #02673c;
}
.header-nav > div ul li {
  position: relative;
}
.header-nav > div ul li > a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 45px;
  font-size: 18px;
  color: #ffffff;
}
.header-nav > div ul li > a:hover {
  background-color: #02673c;
}
.header-nav > div ul li .header-position {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  background-color: rgba(0, 148, 64, 0.8);
}
.header-nav > div ul li .header-position a {
  display: block;
  width: auto;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  /* padding: 0 25px; */
  white-space: nowrap;
}
.header-nav > div ul li .header-position a:hover {
  background-color: #02673c;
}
.header-banner {
  width: 100%;
  vertical-align: middle;
}
.enterprise-culture {
  width: 67%;
  margin: 19px auto 0;
}
.enterprise-culture .culture-hd {
  display: none;
}
.enterprise-culture .culture-bd {
  display: flex;
  width: 100%;
}
.enterprise-culture .culture-bd .culture-bd-li {
  width: 32%;
  height: 407px;
  margin-right: 3%;
}
.enterprise-culture .culture-bd .culture-bd-li:nth-child(3) {
  margin-right: 0;
}
.enterprise-culture .culture-bd .culture-bd-li .culture-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.enterprise-culture .culture-bd .culture-bd-li .culture-top h1 {
  font-size: 24px;
  color: #009440;
}
.enterprise-culture .culture-bd .culture-bd-li .culture-top a {
  font-size: 14px;
  color: #999999;
}
.enterprise-culture .culture-bd .culture-bd-li .culture-top a:hover {
  color: #009440;
}
.enterprise-culture .culture-bd .culture-bd-li i {
  display: block;
  width: 100%;
  height: 10px;
  background: url("../images/qywh_icon.png") no-repeat;
  background-size: 100%,100%;
  margin-bottom: 21px;
  margin-top: 10px;
}
.enterprise-culture .culture-bd .culture-bd-li .culture-img {
  width: 100%;
  height: 153px;
  overflow: hidden;
}
.enterprise-culture .culture-bd .culture-bd-li .culture-img img {
  width: 100%;
  transition: all 0.5s;
}
.enterprise-culture .culture-bd .culture-bd-li .culture-img img:hover {
  transform: scale(1.1);
}
.enterprise-culture .culture-bd .culture-bd-li .staff-presence {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.enterprise-culture .culture-bd .culture-bd-li .staff-presence img {
  width: 100%;
  transition: all 0.5s;
}
.enterprise-culture .culture-bd .culture-bd-li .staff-presence img:hover {
  transform: scale(1.1);
}
.enterprise-culture .culture-bd .culture-bd-li p {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.enterprise-culture .culture-bd .culture-bd-li > h1 {
  font-size: 18px;
  color: #333333;
  margin-top: 16px;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.enterprise-culture .culture-bd .culture-bd-li > a {
  display: none;
}
.header-news {
  width: 67%;
  margin: 21px auto 0;
}
.header-news .header-news-hd {
  display: none;
}
.header-news .header-news-bd {
  width: 100%;
  display: flex;
}
.header-news .header-news-bd .header-news-bd-li {
  width: 32%;
  height: 426px;
  margin-right: 3%;
}
.header-news .header-news-bd .header-news-bd-li:nth-child(3) {
  margin-right: 0;
}
.header-news .header-news-bd .header-news-bd-li .header-news-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.header-news .header-news-bd .header-news-bd-li .header-news-top h1 {
  font-size: 24px;
  color: #009440;
}
.header-news .header-news-bd .header-news-bd-li .header-news-top a {
  font-size: 14px;
  color: #999999;
}
.header-news .header-news-bd .header-news-bd-li .header-news-top a:hover {
  color: #009440;
}
.header-news .header-news-bd .header-news-bd-li i {
  display: block;
  width: 100%;
  height: 10px;
  background: url("../images/qywh_icon.png") no-repeat;
  background-size: 100%,100%;
  margin-bottom: 21px;
  margin-top: 10px;
}
.header-news .header-news-bd .header-news-bd-li ul {
  width: 100%;
}
.header-news .header-news-bd .header-news-bd-li ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.header-news .header-news-bd .header-news-bd-li ul li:hover a {
  color: #009440;
}
.header-news .header-news-bd .header-news-bd-li ul li:hover span {
  color: #009440;
}
.header-news .header-news-bd .header-news-bd-li ul li a {
  width: 80%;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-news .header-news-bd .header-news-bd-li ul li span {
  width: 10%;
  font-size: 14px;
  color: #999999;
}
.header-news .header-news-bd .header-news-bd-li .header-news-box {
  position: relative;
  width: 100%;
}
.header-news .header-news-bd .header-news-bd-li .header-news-box .header-news-container {
  width: 100%;
}
.header-news .header-news-bd .header-news-bd-li .header-news-box .header-news-container .header-news-silde {
  width: 100%;
}
.header-news .header-news-bd .header-news-bd-li .header-news-box .header-news-container .header-news-silde div {
  position: relative;
  width: 100%;
  max-height: 258px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.header-news .header-news-bd .header-news-bd-li .header-news-box .header-news-container .header-news-silde div img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  transition: all 0.5s;
}
.header-news .header-news-bd .header-news-bd-li .header-news-box .header-news-container .header-news-silde div img:hover {
  transform: scale(1.1);
}
.header-news .header-news-bd .header-news-bd-li .header-news-box .header-news-container .header-news-silde h1 {
  font-size: 18px;
  color: #333333;
  margin-top: 18px;
}
.header-news .header-news-bd .header-news-bd-li .header-news-box .header-news-container .header-news-pagination {
  position: absolute;
  text-align: right;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.header-news .header-news-bd .header-news-bd-li .header-news-box .header-news-container .header-news-pagination .header-news-bullet {
  display: inline-block;
  width: 19px;
  height: 19px;
  line-height: 19px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin-left: 4px;
  cursor: pointer;
  outline: none;
  background-color: #cccccc;
}
.header-news .header-news-bd .header-news-bd-li .header-news-box .header-news-container .header-news-pagination .header-news-bullet-active {
  background-color: #009440;
}
.engineering {
  width: 67%;
  margin: 13px auto 0;
}
.engineering .engineering-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.engineering .engineering-top h1 {
  font-size: 24px;
  color: #009440;
}
.engineering .engineering-top a {
  font-size: 14px;
  color: #999999;
}
.engineering .engineering-top a:hover {
  color: #009440;
}
.engineering > i {
  display: block;
  width: 100%;
  height: 10px;
  background: url("../images/gc_i.png") no-repeat;
  background-size: 100%,100%;
  margin-top: 10px;
  margin-bottom: 29px;
}
.engineering .engineering-container {
  width: 100%;
}
.engineering .engineering-container .engineering-slide {
  position: relative;
  overflow: hidden;
  width: 15%;
  height: 417px;
  transition: all 0.5s;
}
.engineering .engineering-container .engineering-slide img {
  vertical-align: middle;
  height: 100%;
}
.engineering .engineering-container .engineering-slide div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
.engineering .engineering-container .engineering-slide div h1 {
  font-size: 24px;
  color: #ffffff;
}
.engineering .engineering-container .engineering-slide div h3 {
  font-size: 16px;
  color: #ffffff;
  margin-top: 6px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.engineering .engineering-container .engineering-slide div p {
  display: none;
  font-size: 14px;
  color: #d4d3d3;
  line-height: 24px;
  margin-bottom: 19px;
}
.engineering .engineering-container .engineering-slide div a {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../images/gc_icon.png") no-repeat;
  background-size: 100%,100%;
  cursor: pointer;
}
.engineering .engineering-container .engineering-slide div a:hover {
  background: url("../images/gc_icon_on.png") no-repeat;
}
.engineering .engineering-container .engineering-slide-on {
  width: 28.6%;
}
.engineering .engineering-container .engineering-slide-on img {
  width: 100%;
}
.engineering .engineering-container .engineering-slide-on div {
  height: 206px;
  background-color: rgba(0, 0, 0, 0.5);
}
.engineering .engineering-container .engineering-slide-on div p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-center {
  width: 67%;
  margin: 60px auto 0;
}
.product-center .product-center-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.product-center .product-center-top h1 {
  font-size: 24px;
  color: #009440;
}
.product-center .product-center-top a {
  font-size: 14px;
  color: #999999;
}
.product-center .product-center-top a:hover {
  color: #009440;
}
.product-center i {
  display: block;
  width: 100%;
  height: 10px;
  background: url("../images/gc_i.png") no-repeat;
  background-size: 100%,100%;
  margin-top: 10px;
  margin-bottom: 29px;
}
.product-center .product-center-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 328px;
  background-color: #f7f7f7;
}
.product-center .product-center-box .product-center-hd {
  width: 22.7%;
  background-color: #ffffff;
}
.product-center .product-center-box .product-center-hd ul {
  width: 100%;
}
.product-center .product-center-box .product-center-hd ul li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 108px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  padding-left: 70px;
  margin-bottom: 2px;
  background: #f7f7f7 url("../images/cp_jiantou.png") no-repeat 43px center;
}
.product-center .product-center-box .product-center-hd ul .product-center-on {
  background: #009440 url("../images/cp_jiantou_on.png") no-repeat 43px center;
  color: #ffffff;
}
.product-center .product-center-box .product-center-bd {
  width: 76%;
  height: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}
.product-center .product-center-box .product-center-bd > div {
  display: flex;
  width: 100%;
  height: 100%;
}
.product-center .product-center-box .product-center-bd > div div:nth-child(1) {
  position: relative;
  width: 48.7%;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
}
.product-center .product-center-box .product-center-bd > div div:nth-child(1) img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
}
.product-center .product-center-box .product-center-bd > div div:nth-child(2) {
  width: 39.5%;
  height: 100%;
  margin-left: 62px;
  box-sizing: border-box;
  padding: 42px 0 0 0;
}
.product-center .product-center-box .product-center-bd > div div:nth-child(2) h1 {
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-center .product-center-box .product-center-bd > div div:nth-child(2) p {
  font-size: 16px;
  color: #666666;
  margin-top: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-center .product-center-box .product-center-bd > div div:nth-child(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 41px;
  border: 1px solid #009440;
  font-size: 14px;
  color: #009440;
  margin-top: 68px;
}
.product-center .product-center-box .product-center-bd > div div:nth-child(2) a:hover {
  background-color: #009440;
  color: #ffffff;
}
.product-center .product-center-box .product-center-bd > div div:nth-child(2) a:hover:after {
  background: url("../images/jiantou_you_on.png") no-repeat;
}
.product-center .product-center-box .product-center-bd > div div:nth-child(2) a:after {
  content: '';
  width: 26px;
  height: 5px;
  background: url("../images/jiantou_you.png") no-repeat;
  background-size: 100%,100%;
  margin-left: 9px;
}
.footer {
  width: 100%;
  margin-top: 72px;
  background-color: #2e2f2f;
}
.footer .footer-box {
  display: flex;
  justify-content: space-between;
  width: 67%;
  margin: 0 auto;
  padding-top: 42px;
}
.footer .footer-box .footer-box-left {
  width: 63.5%;
}
.footer .footer-box .footer-box-left ul {
  display: flex;
  width: 100%;
  padding-bottom: 17px;
  border-bottom: 1px solid #565856;
}
.footer .footer-box .footer-box-left ul li {
  flex: 1;
}
.footer .footer-box .footer-box-left ul li h1 {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 22px;
}
.footer .footer-box .footer-box-left ul li a {
  display: block;
  font-size: 14px;
  color: #aaaaaa;
  margin-bottom: 11px;
}
.footer .footer-box .footer-box-left ul li a:hover {
  color: #ffffff;
}
.footer .footer-box .footer-box-left .lianjie {
  font-size: 16px;
  color: #ffffff;
  margin-top: 18px;
  margin-bottom: 17px;
}
.footer .footer-box .footer-box-left .lianjie a {
  font-size: 16px;
  color: #ffffff;
  margin-right: 12px;
}
.footer .footer-box .footer-box-left .aq {
  font-size: 14px;
  color: #999999;
  margin-bottom: 36px;
}
.footer .footer-box .footer-box-right {
  width: 31%;
}
.footer .footer-box .footer-box-right p {
  font-size: 14px;
  color: #ffffff;
  margin-top: 13px;
  margin-bottom: 18px;
}
.footer .footer-box .footer-box-right div {
  padding-left: 31px;
  box-sizing: border-box;
  font-size: 14px;
  color: #ffffff;
  padding-bottom: 18px;
}
.footer .footer-box .footer-box-right div:nth-of-type(1) {
  background: url("../images/tel_icon.png") no-repeat 0 2px;
}
.footer .footer-box .footer-box-right div:nth-of-type(2) {
  background: url("../images/email_icon.png") no-repeat 0 2px;
}
.footer .footer-box .footer-box-right div:nth-of-type(3) {
  background: url("../images/address_icon.png") no-repeat 0 2px;
}
.footer .footer-phone {
  position: relative;
  display: none;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #404850;
}
.footer .footer-phone > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: -20px;
  right: 20px;
}
.footer .footer-phone > div:nth-child(1) img {
  width: 88px;
}
.footer .footer-phone > div:nth-child(1) p {
  font-size: 14px;
  color: #ffffff;
}
.footer .footer-phone > div:nth-child(2) div {
  padding-left: 31px;
  box-sizing: border-box;
  font-size: 14px;
  color: #ffffff;
  padding-bottom: 10px;
}
.footer .footer-phone > div:nth-child(2) div:nth-of-type(1) {
  background: url("../images/tel_icon.png") no-repeat 0 2px;
}
.footer .footer-phone > div:nth-child(2) div:nth-of-type(2) {
  background: url("../images/email_icon.png") no-repeat 0 2px;
}
.footer .footer-phone > div:nth-child(2) div:nth-of-type(3) {
  background: url("../images/address_icon.png") no-repeat 0 2px;
}
.footer .footer-aq-phone {
  display: none;
}
.footer .footer-aq-phone .aq {
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.footer .footer-aq-phone .aq a {
  font-size: 16px;
  color: #ffffff;
  margin-right: 12px;
}
.twoNav-box {
  width: 100%;
  height: 60px;
  background-color: #f8f8f8;
}
.twoNav-box .twoNav {
  display: flex;
  justify-content: flex-end;
  width: 62.5%;
  height: 100%;
  margin: 0 auto;
}
.twoNav-box .twoNav .twoNav-slide {
  width: auto;
}
.twoNav-box .twoNav a {
  position: relative;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
  font-size: 16px;
  color: #333333;
}
.twoNav-box .twoNav a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0;
  height: 4px;
  background-color: #009440;
  transition: all 0.5s;
}
.twoNav-box .twoNav .twoNav-on {
  color: #009440;
}
.twoNav-box .twoNav .twoNav-on:before {
  width: 100%;
}
.Company-introduction {
  display: flex;
  justify-content: space-between;
  width: 62.5%;
  margin: 60px auto 0;
}
.Company-introduction .Company-introduction-left {
  width: 43%;
  max-height: 344px;
  overflow: hidden;
}
.Company-introduction .Company-introduction-left img {
  max-width: 100%;
  vertical-align: middle;
  transition: all 0.5s;
}
.Company-introduction .Company-introduction-left img:hover {
  transform: scale(1.1);
}
.Company-introduction .Company-introduction-right {
  width: 53%;
}
.Company-introduction .Company-introduction-right h1 {
  font-size: 20px;
  color: #333333;
}
.Company-introduction .Company-introduction-right p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.jt-data {
  display: flex;
  align-items: center;
  width: 100%;
  height: 254px;
  background: url("../images/num_back.jpg") no-repeat;
  background-size: 100% 100%;
  margin-top: 69px;
}
.jt-data ul {
  display: flex;
  width: 62.5%;
  margin: 0 auto;
}
.jt-data ul li {
  flex: 1;
  text-align: center;
}
.jt-data ul li p {
  font-size: 16px;
  color: #ffffff;
}
.jt-data ul li h1 {
  font-size: 44px;
  color: #ffffff;
}
.jtgk-centent {
  width: 62.5%;
  margin: 27px auto 0;
  padding-bottom: 40px;
  border-top: 1px solid transparent;
}
.jtgk-centent h1 {
  font-size: 20px;
  color: #333333;
  margin-top: 29px;
  margin-bottom: 11px;
}
.jtgk-centent p {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
.xq-culture {
  width: 62.5%;
  margin: 70px auto 0;
}
.xq-culture .xq-culture-top {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.xq-culture .xq-culture-top div {
  position: relative;
}
.xq-culture .xq-culture-top div h1 {
  position: relative;
  font-size: 30px;
  color: #333333;
  font-weight: 400;
  z-index: 9;
}
.xq-culture .xq-culture-top div p {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  color: #f7f7f7;
  font-weight: 700;
  text-transform: uppercase;
}
.xq-culture .xq-culture-top > p {
  width: 83%;
  text-align: left;
  font-size: 16px;
  color: #666666;
  margin-top: 42px;
  line-height: 30px;
}
.xq-culture .xq-culture-one {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 60px;
  margin-top: 79px;
  margin-bottom: 122px;
  cursor: default;
}
.xq-culture .xq-culture-one:hover .xq-culture-num {
  /* box-shadow: 1px 1px 25px 18px rgba(146, 148, 248, 0.4); */
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.4);
}
.xq-culture .xq-culture-one:before {
  content: '';
  position: absolute;
  top: 64px;
  left: 0;
  width: 140px;
  height: 20px;
  z-index: -1;
  background-color: #f1f1f1;
}
.xq-culture .xq-culture-one:after {
  content: '';
  position: absolute;
  top: 64px;
  left: 0;
  width: 20px;
  height: 299px;
  background-color: #f1f1f1;
}
.xq-culture .xq-culture-one .xq-culture-num {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 147px;
  font-weight: 700;
  width: 147px;
  height: 147px;
  font-size: 56px;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 33px;
  cursor: default;
  background-color: #009440;
  transition: all 0.5s;
}
.xq-culture .xq-culture-one .xq-culture-lr {
  width: 60%;
}
.xq-culture .xq-culture-one .xq-culture-lr h1 {
  font-size: 24px;
  color: #009440;
}
.xq-culture .xq-culture-one .xq-culture-lr p {
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.xq-culture .xq-culture-two:after {
  position: absolute;
  right: 0;
  top: 74px;
  content: '';
  width: 20px;
  height: 362px;
  background-color: #f1f1f1;
}
.xq-culture ul {
  position: relative;
  display: flex;
  width: 100%;
}
.xq-culture ul:before {
  content: '';
  position: absolute;
  top: 74px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #f1f1f1;
}
.xq-culture ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  height: 350px;
  z-index: 9;
  cursor: default;
}
.xq-culture ul li:hover div {
  /* box-shadow: 1px 1px 25px 18px rgba(146, 148, 248, 0.4); */
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.4);
}
.xq-culture ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 147px;
  height: 147px;
  border-radius: 100%;
  background-color: #ffb20c;
  font-size: 56px;
  color: #ffffff;
  cursor: default;
  transition: all 0.5s;
}
.xq-culture ul li .green {
  background-color: #009440;
}
.xq-culture ul li h1 {
  text-align: center;
  font-size: 24px;
  color: #009440;
  margin-top: 20px;
}
.xq-culture ul li .huang {
  color: #ffb20c;
}
.xq-culture ul li p {
  width: 95%;
  text-align: center;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.xq-culture .xq-culture-four {
  display: none;
}
.employees {
  width: 62.5%;
  margin: 71px auto 0;
}
.employees .employees-top {
  position: relative;
}
.employees .employees-top h1 {
  text-align: center;
  font-size: 30px;
  color: #333333;
  font-weight: 400;
}
.employees .employees-top p {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  color: #f7f7f7;
  z-index: -1;
  text-transform: uppercase;
  white-space: nowrap;
}
.employees ul {
  display: flex;
  margin-top: 47px;
  flex-wrap: wrap;
}
.employees ul li {
  width: 31.6%;
  margin-right: 2.5%;
  padding: 9px 9px 0;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
}
.employees ul li a{
  display: block;
  width: 100%;
  height: 100%;
 }
.employees ul li:nth-child(3n) {
  margin-right: 0;
}
.employees ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 226px;
  overflow: hidden;
}
.employees ul li div img {
  width: 100%;
  vertical-align: middle;
  transition: all 0.5s;
}
.employees ul li div img:hover {
  transform: scale(1.1);
}
.employees ul li h1 {
  font-size: 20px;
  color: #333333;
  height: 68px;
  text-align: center;
  line-height: 68px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.employees .fenye {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 39px;
}
.employees .fenye span {
  font-size: 14px;
  color: #888888;
  padding: 9px 7px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.employees .fenye  .current{
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.employees .fenye span:hover {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.employees .fenye a {
  font-size: 14px;
  color: #888888;
  padding: 9px 11px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.employees .fenye a:hover {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.employees .fenye .fenye_on {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.indexs-news {
  width: 62.5%;
  margin: 70px auto 0;
}
.indexs-news .indexs-news-top {
  position: relative;
}
.indexs-news .indexs-news-top h1 {
  text-align: center;
  font-size: 30px;
  color: #333333;
  font-weight: 400;
}
.indexs-news .indexs-news-top p {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  color: #f7f7f7;
  z-index: -1;
  text-transform: uppercase;
}
.indexs-news ul {
  width: 100%;
}
.indexs-news ul li {

  width: 100%;
  height: 346px;
  padding: 41px 0;
  box-sizing: border-box;
  cursor: default;
  border-bottom: 1px dashed #e4e4e4;
}
.indexs-news ul li a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.indexs-news ul li:hover a div:nth-child(2) h1 {
  color: #009440;
}
.indexs-news ul li:hover a div:nth-child(2) div {
  background-color: #009440;
  color: #ffffff;
}
.indexs-news ul li a div:nth-child(1) {
  position: relative;
  width: 33.5%;
  height: 258px;
  overflow: hidden;
}
.indexs-news ul li a div:nth-child(1) img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  transition: all 0.5s;
}
.indexs-news ul li a div:nth-child(2) {
  width: 63.5%;
}
.indexs-news ul li a div:nth-child(2) h1 {
  font-size: 22px;
  color: #333333;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexs-news ul li a div:nth-child(2) h5 {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 30px;
}
.indexs-news ul li a div:nth-child(2) p {
  font-size: 16px;
  color: #666666;
  line-height: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.indexs-news ul li a div:nth-child(2) div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 28px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 33px;
  transition: all 0.3s;
  background-color: #cccccc;
}
.indexs-news .fenye {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 52px;
}
.indexs-news .fenye span {
  font-size: 14px;
  color: #888888;
  padding: 9px 7px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.indexs-news .fenye .current {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.indexs-news .fenye span:hover {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.indexs-news .fenye a {
  font-size: 14px;
  color: #888888;
  padding: 9px 11px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.indexs-news .fenye a:hover {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.indexs-news .fenye .fenye_on {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.indexs-news-top {
  position: relative;
}
.indexs-news-top h1 {
  text-align: center;
  font-size: 30px;
  color: #333333;
  font-weight: 400;
}
.indexs-news-top p {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  color: #f7f7f7;
  z-index: -1;
  text-transform: uppercase;
}
.xq-dynamic {
  width: 62.5%;
  margin: 70px auto 0;
}
.xq-dynamic .xq-dynamic-top {
  position: relative;
}
.xq-dynamic .xq-dynamic-top h1 {
  text-align: center;
  font-size: 30px;
  color: #333333;
  font-weight: 400;
}
.xq-dynamic .xq-dynamic-top p {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  color: #f7f7f7;
  z-index: -1;
  text-transform: uppercase;
}
.xq-dynamic ul {
  width: 100%;
  margin-top: 18px;
}
.xq-dynamic ul li {

  width: 100%;
  height: 198px;
  cursor: default;
  box-sizing: border-box;
  border-bottom: 1px dashed #e4e4e4;
}
.xq-dynamic ul li a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xq-dynamic ul li:hover .xq-dynamic-left h1 {
  color: #009440;
}
.xq-dynamic ul li:hover .xq-dynamic-left div {
  background-color: #009440;
}
.xq-dynamic ul li:hover .xq-dynamic-right h1 {
  color: #009440;
}
.xq-dynamic ul li .xq-dynamic-left {
  width: 83%;
}
.xq-dynamic ul li .xq-dynamic-left h1 {
  font-size: 22px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.xq-dynamic ul li .xq-dynamic-left p {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.xq-dynamic ul li .xq-dynamic-left div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 28px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 22px;
  background-color: #cccccc;
  transition: all 0.3s;
}
.xq-dynamic ul li .xq-dynamic-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 6%;
  margin-right: 14px;
}
.xq-dynamic ul li .xq-dynamic-right h1 {
  font-size: 58px;
  color: #666666;
}
.xq-dynamic ul li .xq-dynamic-right p {
  font-size: 14px;
  color: #666666;
}
.xq-dynamic .fenye {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 73px;
}
.xq-dynamic .fenye span {
  font-size: 14px;
  color: #888888;
  padding: 9px 7px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.xq-dynamic .fenye  .current{
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.xq-dynamic .fenye span:hover {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.xq-dynamic .fenye a {
  font-size: 14px;
  color: #888888;
  padding: 9px 11px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.xq-dynamic .fenye a:hover {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.xq-dynamic .fenye .fenye_on {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.news-xq {
  width: 62.5%;
  margin: 46px auto 0;
}
.news-xq .news-xq-top {
  padding-bottom: 24px;
  border-bottom: 1px dashed #e4e4e4;
}
.news-xq .news-xq-top h1 {
  text-align: center;
  font-size: 24px;
  color: #333333;
}
.news-xq .news-xq-top > div {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.news-xq .news-xq-top > div div:nth-child(1) span {
  font-size: 14px;
  color: #999999;
  margin-right: 35px;
}
.news-xq .news-xq-top > div div:nth-child(2) span {
  font-size: 14px;
  color: #999999;
  margin-left: 25px;
}
.news-xq .news-xq-content {
  padding: 25px 0 43px 0;
  border-bottom: 1px dashed #e4e4e4;
}
.news-xq .news-xq-content p {
  font-size: 16px;
  color: #666666;
  line-height: 29px;
  margin-bottom: 24px;
}
.news-xq .news-xq-content img {
  max-width: 100%;
  display: block;
  margin: 10px auto 38px;
}
.news-xq .news-xq-tz {
  width: 100%;
  margin-top: 30px;
}
.news-xq .news-xq-tz p {
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.news-xq .news-xq-tz p:hover {
  color: #009440;
}
.news-xq .news-xq-tz p:hover a {
  color: #009440;
}
.news-xq .news-xq-tz p a {
  font-size: 16px;
  color: #666666;
}
.party-content {
  width: 62.5%;
  margin: 63px auto 0;
}
.party-content .party-content-hd {
  width: 100%;
}
.party-content .party-content-hd ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.party-content .party-content-hd ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 213px;
  height: 65px;
  border: 1px solid #009440;
  margin: 0 25px;
  cursor: pointer;
  border-radius: 5px;
}
.party-content .party-content-hd ul li a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #009440;
}
.party-content .party-content-hd ul .party-content-hd-on a{
  background: #009440;
  color: #ffffff;
}
.party-content .party-content-bd {
  margin-top: 53px;
}
.party-content .party-content-bd > div > p {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 32px;
}
.party-content .party-content-bd > div > img {
  max-width: 100%;
  display: block;
  margin: 0 auto 22px;
}
.party-content .party-content-bd > div ul {
  width: 100%;
}
.party-content .party-content-bd > div .fenye {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
}
.party-content .party-content-bd > div .fenye span{
  font-size: 14px;
  color: #888888;
  padding: 9px 7px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.party-content .party-content-bd > div .fenye span:hover{
  background-color: #009440;
  color:#ffffff;
  border: 1px solid #009440;
}
.party-content .party-content-bd > div .fenye a:hover{
  background-color: #009440;
  color:#ffffff;
  border: 1px solid #009440;
}
.party-content .party-content-bd > div .fenye a{
  font-size: 14px;
  color: #888888;
  padding: 9px 11px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.party-content .party-content-bd > div .fenye .current{
  background-color: #009440;
  color:#ffffff;
  border: 1px solid #009440;
}
.party-content .party-content-bd > div ul li {
  width: 100%;
  height: 346px;
  padding: 41px 0;
  box-sizing: border-box;
  cursor: default;
  border-bottom: 1px dashed #e4e4e4;
}
.party-content .party-content-bd > div ul li a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.party-content .party-content-bd > div ul li:hover a div:nth-child(2) h1 {
  color: #009440;
}
.party-content .party-content-bd > div ul li:hover a div:nth-child(2) div {
  background-color: #009440;
  color: #ffffff;
}
.party-content .party-content-bd > div ul li a div:nth-child(1) {
  position: relative;
  width: 33.5%;
  height: 258px;
  overflow: hidden;
}
.party-content .party-content-bd > div ul li a div:nth-child(1) img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  transition: all 0.5s;
}
.party-content .party-content-bd > div ul li a div:nth-child(2) {
  width: 63.5%;
}
.party-content .party-content-bd > div ul li a div:nth-child(2) h1 {
  font-size: 22px;
  color: #333333;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.party-content .party-content-bd > div ul li a div:nth-child(2) h5 {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 30px;
}
.party-content .party-content-bd > div ul li a div:nth-child(2) p {
  font-size: 16px;
  color: #666666;
  line-height: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.party-content .party-content-bd > div ul li a div:nth-child(2) div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 28px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 33px;
  transition: all 0.3s;
  background-color: #cccccc;
}
.party-content .party-content-bd > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 111px;
  height: 41px;
  font-size: 16px;
  color: #009440;
  margin: 42px auto 0;
  border: 1px solid #009440;
  border-radius: 5px;
  transition: all 0.3s;
}
.party-content .party-content-bd > div > a:hover {
  background-color: #009440;
  color: #ffffff;
}
.product-list {
  width: 62.5%;
  margin: 70px auto 0;
}
.product-list .product-list-top {
  position: relative;
}
.product-list .product-list-top h1 {
  text-align: center;
  font-size: 30px;
  color: #333333;
  font-weight: 400;
}
.product-list .product-list-top p {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  color: #f7f7f7;
  z-index: -1;
  text-transform: uppercase;
}
.product-list ul {
  display: flex;
  width: 100%;
  margin-top: 60px;
  flex-wrap: wrap;
}
.product-list ul li {
  width: 30.8%;
  margin-right: 3.7%;
  margin-bottom: 40px;
}
.product-list ul li:hover a div img {
  transform: scale(1.1);
}
.product-list ul li:hover a h1 {
  color: #009440;
}
.product-list ul li:hover a .line {
  width: 0;
  background: url("../images/line_on.png") no-repeat;
}
.product-list ul li:nth-child(3n) {
  margin-right: 0;
}
.product-list ul li a {
  display: block;
  width: 100%;
}
.product-list ul li a div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 235px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.product-list ul li a div img {
  transition: all 0.5s;
  max-width: 100%;
}
.product-list ul li a h1 {
  position: relative;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 22px;
  padding-left: 15px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list ul li a h1:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 4px;
  height: 21px;
  margin-right: 15px;
  background-color: #009440;
}
.product-list ul li a .line {
  display: block;
  width: 100%;
  height: 7px;
  background: url("../images/line.png") no-repeat;
  background-size: 100%,100%;
}
.product-list .fenye {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 39px;
}
.product-list .fenye .current{
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
 }
.product-list .fenye span {
  font-size: 14px;
  color: #888888;
  padding: 9px 7px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.product-list .fenye span:hover {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.product-list .fenye a {
  font-size: 14px;
  color: #888888;
  padding: 9px 11px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.product-list .fenye a:hover {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.product-list .fenye .fenye_on {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.engineering-list {
  width: 62.5%;
  margin: 70px auto 0;
}
.engineering-list .product-list-top {
  position: relative;
}
.engineering-list .product-list-top h1 {
  text-align: center;
  font-size: 30px;
  color: #333333;
  font-weight: 400;
}
.engineering-list .product-list-top p {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  color: #f7f7f7;
  z-index: -1;
  text-transform: uppercase;
}
.engineering-list ul {
  display: flex;
  width: 100%;
  margin-top: 60px;
  flex-wrap: wrap;
}
.engineering-list ul li {
  width: 30.8%;
  margin-right: 3.7%;
  margin-bottom: 40px;
}
.engineering-list ul li:hover a div img {
  transform: scale(1.1);
}
.engineering-list ul li:hover a h1 {
  color: #009440;
}
.engineering-list ul li:hover a .line {
  width: 0;
  background: url("../images/line_on.png") no-repeat;
}
.engineering-list ul li:nth-child(3n) {
  margin-right: 0;
}
.engineering-list ul li a {
  display: block;
  width: 100%;
}
.engineering-list ul li a div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 258px;
  overflow: hidden;
  box-sizing: border-box;
}
.engineering-list ul li a div img {
  transition: all 0.5s;
  max-width: 100%;
}
.engineering-list ul li a p {
  font-size: 14px;
  color: #999999;
  margin-top: 16px;
}
.engineering-list ul li a h1 {
  position: relative;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 22px;
  padding-left: 15px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.engineering-list ul li a h1:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  width: 4px;
  height: 21px;
  margin-right: 15px;
  background-color: #009440;
}
.engineering-list ul li a .line {
  display: block;
  width: 100%;
  height: 7px;
  background: url("../images/line.png") no-repeat;
  background-size: 100%,100%;
}
.engineering-list .fenye {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 39px;
}
.engineering-list .fenye .current{
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.engineering-list .fenye span {
  font-size: 14px;
  color: #888888;
  padding: 9px 7px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.engineering-list .fenye span:hover {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.engineering-list .fenye a {
  font-size: 14px;
  color: #888888;
  padding: 9px 11px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.engineering-list .fenye a:hover {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.engineering-list .fenye .fenye_on {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.talent {
  width: 62.5%;
  margin: 70px auto 0;
}
.talent .talent-top {
  position: relative;
}
.talent .talent-top h1 {
  text-align: center;
  font-size: 30px;
  color: #333333;
  font-weight: 400;
}
.talent .talent-top p {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  color: #f7f7f7;
  z-index: -1;
  text-transform: uppercase;
}
.talent > p {
  width: 64%;
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 27px;
  margin: 50px auto 0;
}
.talent ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 42px;
  width: 100%;
}
.talent ul li {
  width: 48.9%;
  height: 357px;
  box-sizing: border-box;
  margin-bottom: 57px;
  padding: 40px 10px 40px 27px;
  background-color: #f7f7f7;
  border-radius: 10px;
}
.talent ul li .rc-container {
  width: 100%;
  height: 100%;
}
.talent ul li .rc-container .rc-slide {
  width: 100%;
  height: auto;
  cursor: default;
  padding-right: 34px;
  box-sizing: border-box;
}
.talent ul li .rc-container .rc-slide h1 {
  font-size: 22px;
  color: #333333;
}
.talent ul li .rc-container .rc-slide p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.talent ul li .rc-container .swiper-scrollbar-drag {
  background-color: #009440;
}
.talent .fenye {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 39px;
  padding-bottom: 20px;
}
.talent .fenye span {
  font-size: 14px;
  color: #888888;
  padding: 9px 7px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.talent .fenye span:hover {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.talent .fenye a {
  font-size: 14px;
  color: #888888;
  padding: 9px 11px;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  margin: 0 3.5px;
}
.talent .fenye a:hover {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.talent .fenye .fenye_on {
  background-color: #009440;
  color: #ffffff;
  border: 1px solid #009440;
}
.contact-us {
  width: 74.5%;
  margin: 70px auto 0;
}
.contact-us .contact-us-top {
  position: relative;
}
.contact-us .contact-us-top h1 {
  text-align: center;
  font-size: 30px;
  color: #333333;
  font-weight: 400;
}
.contact-us .contact-us-top p {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  color: #f7f7f7;
  z-index: -1;
  text-transform: uppercase;
}
.contact-us ul {
  position: relative;
  display: flex;
  margin-top: 48px;
}
.contact-us ul:before {
  content: '';
  position: absolute;
  top: 64px;
  left: 50%;
  width: 79%;
  height: 4px;
  z-index: -1;
  transform: translateX(-50%);
  border-top: 1px solid #d5d5d6;
  border-bottom: 1px solid #d5d5d6;
}
.contact-us ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: default;
}
.contact-us ul li:nth-child(1):hover div:after {
  border: 1px solid #009440;
}
.contact-us ul li:nth-child(1):hover div i {
  background: url("../images/mytel_icon_on.png") no-repeat;
  background-size: 100% 100%;
}
.contact-us ul li:nth-child(2):hover div:after {
  border: 1px solid #009440;
}
.contact-us ul li:nth-child(2):hover div i {
  background: url("../images/myphone_icon_on.png") no-repeat;
  background-size: 100% 100%;
}
.contact-us ul li:nth-child(3):hover div:after {
  border: 1px solid #009440;
}
.contact-us ul li:nth-child(3):hover div i {
  background: url("../images/myaddress_icon_on.png") no-repeat;
  background-size: 100% 100%;
}
.contact-us ul li:nth-child(4):hover div:after {
  border: 1px solid #009440;
}
.contact-us ul li:nth-child(4):hover div i {
  background: url("../images/myemail_icon_on.png") no-repeat;
  background-size: 100% 100%;

}
.contact-us ul li:nth-child(1) {
  flex: 1;
}
.contact-us ul li:nth-child(1) div i {
  width: 59px;
  height: 52px;
  transition: all 0.3s;
  background: url("../images/mytel_icon.png") no-repeat;
  background-size: 100% 100%;
}
.contact-us ul li:nth-child(2) {
  flex: 1;
}
.contact-us ul li:nth-child(2) div i {
  width: 31px;
  height: 53px;
  background: url("../images/myphone_icon.png") no-repeat;
  background-size: 100% 100%;
}
.contact-us ul li:nth-child(3) {
  flex: 1;
}
.contact-us ul li:nth-child(3) div i {
  width: 42px;
  height: 52px;
  background: url("../images/myaddress_icon.png") no-repeat;
  background-size: 100% 100%;
}
.contact-us ul li:nth-child(3) P {
  width: 73%;
}
.contact-us ul li:nth-child(4) {
  flex: 1;
}
.contact-us ul li:nth-child(4) div i {
  width: 60px;
  height: 45px;
  background: url("../images/mtemail_icon.png") no-repeat;
  background-size: 100% 100%;
}
.contact-us ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  border: 1px dashed #bbbbbb;
  background-color: #ffffff;
}
.contact-us ul li div:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 117px;
  height: 117px;
  border-radius: 100%;
  border: 1px solid #bbbbbb;
}
.contact-us ul li h1 {
  font-size: 16px;
  color: #666666;
  margin-top: 26px;
}
.contact-us ul li p {
  text-align: center;
  font-size: 16px;
  color: #666666;
  white-space: normal;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.contact-us ul li > i {
  display: block;
  width: 21px;
  height: 1px;
  background-color: #009440;
  margin-top: 6px;
  margin-bottom: 14px;
}
.map {
  width: 100%;
  margin-top: 124px;
}

.map .phone_map {
  display: none;
}
.online-message {
  width: 62.5%;
  margin: 88px auto 0;
}
.online-message .online-message-top {
  position: relative;
  width: 100%;
}
.online-message .online-message-top h1 {
  text-align: center;
  font-size: 30px;
  color: #333333;
}
.online-message .online-message-top p {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  color: #f2f2f2;
  z-index: -1;
  white-space: nowrap;
  text-transform: uppercase;
}
.online-message .online-message-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 55px;
}
.online-message .online-message-form input {
  width: 49%;
  height: 51px;
  box-sizing: border-box;
  border: 1px solid #cbcbcb;
  margin-bottom: 12px;
  font-size: 16px;
  color: #666666;
  padding-left: 30px;
  padding-right: 30px;
}
.online-message .online-message-form input::-webkit-input-placeholder {
  font-family: "Microsoft YaHei";
  color: #bbb;
}
.online-message .online-message-form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: "Microsoft YaHei";
  color: #bbb;
}
.online-message .online-message-form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: "Microsoft YaHei";
  color: #bbb;
}
.online-message .online-message-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Microsoft YaHei";
  color: #bbb;
}
.online-message .online-message-form input:nth-child(odd) {
  margin-right: 2%;
}
.online-message .online-message-form .important {
  background: url("../images/input_icon.png") no-repeat 11px center;
}
.online-message .online-message-form .w100 {
  width: 100%;
  margin-right: 0 !important;
}
.online-message .online-message-form textarea {
  width: 100%;
  height: 115px;
  outline: none;
  box-sizing: border-box;
  padding: 14px 30px;
  font-size: 16px;
  color: #666666;
  font-family: "Microsoft YaHei";
  border: 1px solid #cbcbcb;
}
.online-message .online-message-form textarea::-webkit-input-placeholder {
  font-family: "Microsoft YaHei";
  color: #bbb;
}
.online-message .online-message-form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: "Microsoft YaHei";
  color: #bbb;
}
.online-message .online-message-form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: "Microsoft YaHei";
  color: #bbb;
}
.online-message .online-message-form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Microsoft YaHei";
  color: #bbb;
}
.online-message .online-message-form .important-text {
  background: url("../images/input_icon.png") no-repeat 11px 22px;
}
.online-message .online-message-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 51px;
  font-size: 16px;
  color: #ffffff;
  outline: none;
  border: none;
  cursor: pointer;
  margin: 31px auto 59px;
  background-color: #009440;
  transition: all 0.3s;
}
.online-message .online-message-form button:hover {
  /* box-shadow: 1px 1px 25px 10px rgba(0, 148, 64, 0.4); */
  background-color:#02673c;
}

.jiazai {
  width: 120px;
  height: 40px;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
background-color: #009440;
margin: 25px auto 25px;
border-radius: 5px;
}

.clickmore {
  width: 120px;
  height: 40px;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
background-color: #009440;
margin: 25px auto 25px;
border-radius: 5px;
}
.clickmore a {
   color: #ffffff;
}

.edui-upload-video{
  max-width: 100%;
}
/*# sourceMappingURL=index.css.map */